home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1994 October
/
Macformat17.cdr
/
Shareware City
/
Sound
/
juno-librarian-108
/
JUNO Librarian 1.0.8
/
Sample Scripts
/
19 Change DCO PWM LFO⁄MAN
< prev
next >
Wrap
Text File
|
1994-07-11
|
264b
|
13 lines
tell application "JUNO Librarian"
activate -- if needed
set x to Parameter 17 of Window "Sample"
set x to (round (x ÷ 2))
set x to x * 2
-- select 1 of 2
-- set x to x + 0 -- LFO
set x to x + 1 -- MAN
copy x to Parameter 17 of Window "Sample"
end tell